Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Functions
Applet Control Functions /


JMSetAppletViewerSecurity

Sets the security options for an applet.

OSStatus JMSetAppletViewerSecurity (
                     JMAppletViewerRef viewer, 
                     const JMAppletSecurity* data);
viewer
The applet whose security options you wish to change.
data
A pointer to an applet security options structure containing the new values to set. For more information, see "Applet Security Structure".
function result
A result code; see "JManager Result Codes".
SEE ALSO
The JMGetAppletViewerSecurity function.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997